home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
docs
/
help
/
arexxbegin.lha
/
arexx_for_beginners
/
articles_01-10
/
Example3-3.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-08-02
|
202 b
|
8 lines
/* Example3-3.rexx */
SAY 'a'x||CENTRE('Hi there - I am an AREXX program started from an Icon!',79)
SAY CENTRE('This window will go away by itself in 10 seconds.',79)
DO UNTIL TIME('E') > 10
END